adTempus API
|
Gets the order clause for the selection statement.
HRESULT GetOrderClause([out,retval] BSTR * orderClause);
GetOrderClause([out,retval] BSTR orderClause);
Sub GetOrderClause(orderClause As [out,retval] BSTR)
A valid SQL ORDER BY, excluding the "order by" statement. Return an empty string to omit the ORDER clause.
See the overview for information on the proper syntax for the clause.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|